home *** CD-ROM | disk | FTP | other *** search
/ The Sunday Times: The Month 2004 August / The Sunday Times - The Month 2004-08.iso / pc / engine / shell / shell.swf / scripts / frame_12 / DoAction.as
Text File  |  2004-07-06  |  359b  |  20 lines

  1. if(PLAY_MODE != "browser")
  2. {
  3.    bottomNav.onComplete = function()
  4.    {
  5.       Tardis.splash.init();
  6.       delete this.onComplete;
  7.    };
  8.    with(footer)
  9.    {
  10.       homeButtonActivate();
  11.       sponsorButtonActivate();
  12.       showOtherButtons();
  13.    }
  14. }
  15. else
  16. {
  17.    this.attachMovie("clp_browser_msg","mc_browser_msg",++depth);
  18. }
  19. bottomNav.init();
  20.